VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / PointsToUnits Methods / PointsToUnits(PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    PointsToUnits(PointF[]) Method (PdfPage)
    In This Topic
    Converts points from the image's coordinate space with DefaultResolution to the PDF page's coordinate space.
    Syntax
    'Declaration
    
    Public Overloads Sub PointsToUnits( _
    ByVal points
    Provides points, in the image's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.
    () As System.Drawing.PointF _
    )
    public void PointsToUnits(
    System.Drawing.PointF[] points
    )
    public: void PointsToUnits(
    System.Drawing.PointF[]* points
    )
    public:
    void PointsToUnits(
    array<System.Drawing.PointF>^ points
    )

    Parameters

    points
    Provides points, in the image's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also